Click or drag to resize

ResourceDownloadFile Method (String, Stream)

Downloads data from a resource with the specified URI (address) to a stream.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public FileDownload DownloadFile(
	string address,
	Stream output
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
output
Type: System.IOStream
The output stream to receive the data.

Return Value

Type: FileDownload
See Also